diff --git a/README.md b/README.md index 259992f..275138d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # botterypottery -## the world's first computer application +### the world's first computer application An ever changing number of environment variables are required to be set for full functionality of the bot, so you probably shouldn't bother. -(Though, you may be able to get with just DISCORD_TOKEN as your discord bot's token and by commenting any erroneous lines (and by looking at the discordpy requirements)) +(Though, you may be able to get by with just DISCORD_TOKEN set to your discord bot's token and by commenting any erroneous lines (and by looking at the discordpy requirements)) Rather, you should just copy the bits of code that are relevant to you and add it to your own project. @@ -15,4 +15,4 @@ Features include: - Various internet things (spelling + grammer checking, bing image search, web scraper) - funny inside jokes -Check out the .py files in cogs/ for code of the above!!! \ No newline at end of file +Check out the .py files in cogs/ for code of the above!!!