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 discord | |
| client = discord.Client(intents=intents) | |
| @client.event # take note of this line | |
| async def on_ready(): | |
| print(f"Logged in as {client.user}") | |
| @client.event # take note of this line | |
| async def on_message(msg): | |
| if msg.content == "": |
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 json | |
| from kuda import Kuda | |
| # load the keys as json | |
| keys = json.load(open("keys.json")) | |
| email = keys['email'] | |
| # apiKey = keys['liveApiKey'] | |
| apiKey = keys['testApiKey'] |
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 json | |
| from kuda import Kuda | |
| # load the keys as json | |
| keys = json.load(open("keys.json")) | |
| email = keys['email'] | |
| # apiKey = keys['liveApiKey'] | |
| apiKey = keys['testApiKey'] |
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 json | |
| from kuda import Kuda | |
| # load the keys as json | |
| keys = json.load(open("keys.json")) | |
| email = keys['email'] | |
| # apiKey = keys['liveApiKey'] | |
| apiKey = keys['testApiKey'] |
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 json | |
| from kuda import Kuda | |
| # load the keys as json | |
| keys = json.load(open("keys.json")) | |
| email = keys['email'] | |
| # apiKey = keys['liveApiKey'] | |
| apiKey = keys['testApiKey'] |
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 json | |
| from kuda import Kuda | |
| # load the keys as json | |
| keys = json.load(open("keys.json")) | |
| email = keys['email'] | |
| # apiKey = keys['liveApiKey'] | |
| apiKey = keys['testApiKey'] |
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 json | |
| from kuda import Kuda | |
| # load the keys as json | |
| keys = json.load(open("keys.json")) | |
| email = keys['email'] | |
| # apiKey = keys['liveApiKey'] | |
| apiKey = keys['testApiKey'] |
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 json | |
| from kuda import Kuda | |
| # load the keys as json | |
| keys = json.load(open("keys.json")) | |
| email = keys['email'] | |
| apiKey = keys['liveApiKey'] | |
| # apiKey = keys['testApiKey'] |
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 json | |
| from kuda import Kuda | |
| # load the keys as json | |
| keys = json.load(open("keys.json")) | |
| email = keys['email'] | |
| # apiKey = keys['liveApiKey'] | |
| apiKey = keys['testApiKey'] |
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 json | |
| from kuda import Kuda | |
| # load the keys as json | |
| keys = json.load(open("keys.json")) | |
| email = keys['email'] | |
| # apiKey = keys['liveApiKey'] | |
| apiKey = keys['testApiKey'] |