diff options
author | 2022-07-23 17:17:29 +0200 | |
---|---|---|
committer | 2022-07-23 17:17:29 +0200 | |
commit | 94c4b408f1afa604ae6907aa28ab694870af20f2 (patch) | |
tree | 6a93d9648d033a4e535424defe3eaa407eb41dc5 /botcore/_bot.py | |
parent | Merge pull request #99 from python-discord/dependabot/pip/pre-commit-2.20.0 (diff) | |
parent | Document Sample Project Environment Variables (diff) |
Merge pull request #107 from python-discord/better-development
Fix Docker Compose & Add Boilerplate Project
Diffstat (limited to 'botcore/_bot.py')
-rw-r--r-- | botcore/_bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/botcore/_bot.py b/botcore/_bot.py index ee96faa9..8bea4385 100644 --- a/botcore/_bot.py +++ b/botcore/_bot.py @@ -51,7 +51,7 @@ class BotBase(commands.Bot): Initialise the base bot instance. Args: - guild_id: The ID of the guild use for :func:`wait_until_guild_available`. + guild_id: The ID of the guild used for :func:`wait_until_guild_available`. allowed_roles: A list of role IDs that the bot is allowed to mention. http_session (aiohttp.ClientSession): The session to use for the bot. redis_session: The `async_rediscache.RedisSession`_ to use for the bot. |