Control your Discord & Discord bot accounts and Webhooks through the command line.
  • Go 99.1%
  • Shell 0.6%
  • Just 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Martin Persson 1584795590
Merge pull request #50 from yellowjaguar5/patch-1
Small typo in README
2021-01-14 14:48:43 +01:00
PermCalc LF > CLRF 2017-09-24 20:53:40 +02:00
.gitignore Weird stuff. 2017-09-24 20:39:07 +02:00
.travis.yml Weird stuff. 2017-09-24 20:39:07 +02:00
bookmarks.go Update years to 2020 2020-01-20 20:29:48 +01:00
commands.go Update years to 2020 2020-01-20 20:29:48 +01:00
commands_navigate.go Update years to 2020 2020-01-20 20:29:48 +01:00
commands_query.go Update years to 2020 2020-01-20 20:29:48 +01:00
commands_roles.go Update years to 2020 2020-01-20 20:29:48 +01:00
commands_say.go Add utf8 support to 3.0 parser & update dgo 2020-03-20 12:01:25 +01:00
commands_usermod.go Update years to 2020 2020-01-20 20:29:48 +01:00
completer.go Update years to 2020 2020-01-20 20:29:48 +01:00
CrossCompile.sh Add the cross compilation script 2019-08-14 15:34:48 +02:00
emojify.go Update years to 2020 2020-01-20 20:29:48 +01:00
errorfilter.go Update years to 2020 2020-01-20 20:29:48 +01:00
events.go Update years to 2020 2020-01-20 20:29:48 +01:00
filepaths.go Update years to 2020 2020-01-20 20:29:48 +01:00
help.go Update years to 2020 2020-01-20 20:29:48 +01:00
intercept.go Update years to 2020 2020-01-20 20:29:48 +01:00
justfile Update justfile 2019-08-14 15:31:52 +02:00
languages.go Fix a typo 2020-03-22 12:18:50 +01:00
LICENSE Weird stuff. 2017-09-24 20:39:07 +02:00
location.go Update years to 2020 2020-01-20 20:29:48 +01:00
lua.go Update years to 2020 2020-01-20 20:29:48 +01:00
main.go Phase out my own domain from crash log 2020-03-20 12:10:11 +01:00
main_!windows.go Update years to 2020 2020-01-20 20:29:48 +01:00
main_test.go gofmt is always right! 2018-08-22 12:39:30 +02:00
main_windows.go Update years to 2020 2020-01-20 20:29:48 +01:00
msgutil.go Update years to 2020 2020-01-20 20:29:48 +01:00
music.go Update years to 2020 2020-01-20 20:29:48 +01:00
parser.go Add utf8 support to 3.0 parser & update dgo 2020-03-20 12:01:25 +01:00
README.md Small typo in README 2021-01-13 21:11:25 -08:00
types.go Update years to 2020 2020-01-20 20:29:48 +01:00
update.go Update years to 2020 2020-01-20 20:29:48 +01:00

DiscordConsole License

DiscordConsole is software aiming to give you full control over accounts, bots and webhooks!

Install

To get started, simply download the console from releases, or compile it yourself: go get github.com/discordconsole-team/DiscordConsole

Usage

It is recommended to run DiscordConsole in a terminal. To do that, just cd to the folder you extracted it and run it by typing DiscordConsole. There are a few launch options. You can display them by running DiscordConsole with -h.

When starting the DiscordConsole in Windows for the first time, you might get a screen saying that Windows SmartScreen prevented an unrecognized app from starting. Just click More Info and then Run anyway.

Once started, you'll get asked to fill in your token. If it's a bot token, just type <token> in the terminal. If it's a user token, enter user <token>. If it's a webhook, enter webhook <link>.

If you have copied your token to your clipboard and are having troubles pasting it on Windows, use the substitute ${paste} in place of your token.

Then, just press enter! You'll get the following screen: Picture

Try to type something like help and let the magic happen! For a detailed review of each command, type help command.

DiscordConsole also supports the use of quotes " " to use more than one word as an argument.

Credits

DiscordConsole was founded and written by LEGOlord208/jD91mZM2 and has seen continued development by maintainer Mnpn since mid-September of 2017. You can find a full list of contributors here.

DiscordConsole is licensed under the GNU G.P.L. © Mnpn - Click here for more information.