discorb irb
This command will start an interactive Ruby shell with connected client.
Usage
discorb irb []
Load a token
discorb irb will load a token from...
- the
DISCORD_BOT_TOKEN
environment variable - the
DISCORD_TOKEN
environment variable token
file in the current directory(customizable with-t
option)- your input
Arguments
-i
, --intents
Intents to use. Specify intents with integers.
-t
, --token-file
Token file to load.
Variables
message
Last message received.