<NEW> Rerebot, tell me you have nitro without telling me you have nitro. I'll go first, Rerebot allows YOU to send actual messages to a channel as a BOT. It is also has file i/o and repeater capabilities
Rerebot is currentlywas a file-i/o bot for discord made in discord.py. Now, it is much more. Current motive is inter-server communication using file-writes... Yes, that's outrageous lol. The idea sprouted out from no where and hence the project may contain a few cool features which maybe totally unrelated from the others. You may invite the ocassionally active bot using this link. Operate the bot by prefixing ,rr
to your messages.
- Clone this repository
- Install conda or miniconda (skip?)
- Type in
conda env create --name discordBot -f environment.yml
to create an environment (the download size is currently very small) - Go to https://discord.com/developers/applications/ and create a bot account and obtain it's token. (There are many well explained tutorials for this online). You might also add the bot to your server.
- Edit the file named
.env
inside this directory and addtoken=<enter your token>
. Save the file and exit. - Inside the directory, on your shell/cmd, type
python main.py
. The bot is up and running! Play with it now. Type!!help
in chat to get list of commands.
- Clone this repository
- Install python (if not already)
- Install
discord.py
andpython-dotenv
usingpip install <package name>
command. - Follow the remaining steps from above.