https://github.com/aureleoules/discordbot-cli
⌨ control your discord bot with your keyboard
https://github.com/aureleoules/discordbot-cli
bot discord golang
Last synced: 3 months ago
JSON representation
⌨ control your discord bot with your keyboard
- Host: GitHub
- URL: https://github.com/aureleoules/discordbot-cli
- Owner: aureleoules
- Created: 2018-06-02T11:28:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T11:55:00.000Z (about 8 years ago)
- Last Synced: 2025-01-16T14:37:30.389Z (over 1 year ago)
- Topics: bot, discord, golang
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Discord BOT - CLI
Control a Discord BOT using this simple Command Line Tool
## Usage
In order to make this tool work, you have two options:
* Download the source of this repository then compile it with :
```
go run *go
```
or on Windows
```
go build && discordbot-cli.exe
```
* Download the latest release [here](https://github.com/aureleoules/discordbot-cli/releases)
Multiple commands are available :
* **clear** : clear the screen
* **config** : Configure your config.json
_usage_: config -github {key}
* **connect** : connect to a bot using token
_usage_: connect {token}
* **exit** : exit the program
* **help** : display help
* **invite** : creates an invite to the server
* **message** : send message to channel or user
_usage_: message -u {username} -d {userDiscriminator} -cid channelId -c channelName "message"
* **roles** : shows roles of user
_usage_: roles -u {username} -d {userDiscriminator}
* **tokens** : look for bot tokens on github
_usage_: tokens {page}
* **user** : Display informations of an user
_usage_: user -u {username} -d {discriminator}
* **users** : shows all users
## Author
[Aurèle Oulès](http://aurele.oules.com)