mirror of
https://github.com/Stone-Red-Code/DiscordCLI.git
synced 2026-09-04 09:05:59 +02:00
Better mention syntax highlighting and more
- Better mention syntax highlighting - Added "userinfo" command
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# DiscordCLI
|
||||
|
||||
> Use Discord in the terminal
|
||||
|
||||
## Warning
|
||||
|
||||
**Use this software at your own risk!**\
|
||||
This isn't directly a selfbot, but Discord may count it as User account automation and this is against their TOS.\
|
||||
I guess everything should be fine as long as you don't behave conspicuously but still proceed with caution!\
|
||||
@@ -9,44 +11,69 @@ Currently there are no known cases where a user got banned for using this Discor
|
||||
Don't blame me if you get banned!\
|
||||
I will update the above if anything changes!
|
||||
|
||||
## Download
|
||||
Releases: https://github.com/Stone-Red-Code/DiscordCLI/releases
|
||||
|
||||
## Usage
|
||||
1. <a href="https://github.com/Stone-Red-Code/DiscordCLI/releases">Download</a> one of the releases
|
||||
|
||||
1. [Download]("https://github.com/Stone-Red-Code/DiscordCLI/releases
|
||||
) one of the releases
|
||||
2. Execute the `DiscordCLI` file
|
||||
3. Enter your <a href="https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token">User Token</a>
|
||||
3. Enter your [User Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token">)
|
||||
4. Enter one of the commands below
|
||||
|
||||
## Commands
|
||||
|
||||
### help
|
||||
- lists all commands
|
||||
|
||||
- lists all commands
|
||||
|
||||
### exit
|
||||
- exits application
|
||||
|
||||
- exits application
|
||||
|
||||
### logout
|
||||
- deletes auth token and exits application
|
||||
|
||||
- deletes auth token and exits application
|
||||
|
||||
### guilds
|
||||
- lists all guilds you are in
|
||||
|
||||
- lists all guilds you are in
|
||||
|
||||
### dms
|
||||
- lists all private channels
|
||||
|
||||
- lists all private channels
|
||||
|
||||
### channels
|
||||
- lists all channels of guild
|
||||
- args:<guild name/index>
|
||||
|
||||
- lists all channels of guild
|
||||
|
||||
- args: \<guild name/index>
|
||||
|
||||
### enterg
|
||||
- enter guild
|
||||
- args:<guild name/index>
|
||||
|
||||
- enter guild
|
||||
- args: \<guild name/index>
|
||||
|
||||
### enterc
|
||||
- enter channel
|
||||
- args:<channel name/index>
|
||||
|
||||
- enter channel
|
||||
- args: \<channel name/index>
|
||||
|
||||
### enterd
|
||||
- enter DM channel
|
||||
- args: <channel name/index>
|
||||
|
||||
- enter DM channel
|
||||
- args: \<channel name/index>
|
||||
|
||||
### userinfo
|
||||
|
||||
- gets information about a user
|
||||
- args: \<user name>
|
||||
|
||||
## Limitations
|
||||
|
||||
DiscordCLI doesn't support everything the official Discord app does.
|
||||
If you find a missing feature in DiscordCLI that is not listed below please tell me or create a pull request and update the list below.
|
||||
|
||||
### Current limitation:
|
||||
### Current limitation
|
||||
|
||||
- No voice support
|
||||
- Mentions can't be created easily
|
||||
- You can't add/remove guilds
|
||||
@@ -54,4 +81,3 @@ If you find a missing feature in DiscordCLI that is not listed below please tell
|
||||
- Discord online status not updating
|
||||
|
||||
And probably more.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user