Initial commit

This commit is contained in:
Samuel Elliott
2022-03-09 01:34:35 +00:00
commit fc217056e1
9 changed files with 1958 additions and 0 deletions

3
bin/discord-switch-presence.js Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env node
import('../dist/cli.js').then(cli => cli.default.argv);