Aurora Bot is a general-purpose Discord bot that is capable of handling more tasks than your typical GP bot can.
It can:
- Get media from a website (YouTube, Soundcloud, etc.)
- Get a post from a Subreddit
- Get information about a Redditor
Yes! It isn't a lot - for the sole fact that this bot is still in alpha. Certain commands are not yet fully featured either.
- Clone the repository
- Install yt_dlp, asyncpraw, and discord-py-interactions via pip. (This will be streamlined in the future)
- Set up your conf.json file in the below format (order does not matter):
{
"token": "[your token, string]",
"debug_token": "[your debug token, string] (optional, necessary if debug is true)",
"debug_scope": "[the debug scope (test server), string] (optional, necessary if debug is true.",
"debug": false, // Remove this comment if copy and pasting. Set this to true if you're debugging code. Bool.
"reddit_client_id": "[The client ID for Reddit, string] (optional with modification)",
"reddit_client_secret": "[The secret for the Reddit bot, string] (optional with modification)",
"reddit_client_agent": "[The client agent for the Reddit bot, string] (optional with modification)"
}
- Remove the comment on the
debug
line. JSON does not support comments. - Run the bot.
Unfortunately, you'll be on your own regarding this documentation. Although, feel free to DM me on Discord (username
is bndlett
) and I will try my best to help.
Open an issue in this GitHub repository or make a suggestion in the Discord server. Please do provide as much information about the request as possible.