An open API service indexing awesome lists of open source software.

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

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)