This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import asyncio | |
| import logging | |
| import logging.handlers | |
| import os | |
| from aiohttp import ClientSession | |
| from dotenv import load_dotenv | |
| from typing import List, Optional | |
| from .WordcabBot import WordcabBot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from typing import Optional | |
| import discord | |
| from discord import app_commands | |
| class WordcabBot(discord.Client): | |
| """Wordcab Discord Bot.""" | |
| def __init__( | |
| self, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """🚀 Wordcab Python Package Gist | |
| To install the Wordcab package: | |
| $ pip install wordcab | |
| To login to Wordcab API with your API key: | |
| $ wordcab login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """🚀 Wordcab Python Package Gist | |
| To install the Wordcab package: | |
| $ pip install wordcab | |
| To login to Wordcab API with your API key: | |
| $ wordcab login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """🚀 Wordcab Python Package Gist | |
| To install the Wordcab package: | |
| $ pip install wordcab | |
| To login to Wordcab API with your API key: | |
| $ wordcab login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """🚀 Wordcab Python Package Gist | |
| To install the Wordcab package: | |
| $ pip install wordcab | |
| To login to Wordcab API with your API key: | |
| $ wordcab login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """🚀 Wordcab Python Package Gist | |
| To install the Wordcab package: | |
| $ pip install wordcab | |
| To login to Wordcab API with your API key: | |
| $ wordcab login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """🚀 Wordcab Python Package Gist | |
| To install the Wordcab package: | |
| $ pip install wordcab | |
| To login to Wordcab API with your API key: | |
| $ wordcab login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """🚀 Wordcab Python Package Gist | |
| To install the Wordcab package: | |
| $ pip install wordcab | |
| To login to Wordcab API with your API key: | |
| $ wordcab login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """🚀 Wordcab Python Package Gist | |
| To install the Wordcab package: | |
| $ pip install wordcab | |
| To login to Wordcab API with your API key: | |
| $ wordcab login |