Skip to content

Instantly share code, notes, and snippets.

View manuelinfosec's full-sized avatar
:octocat:
~ resolving merge conflicts

Manuel manuelinfosec

:octocat:
~ resolving merge conflicts
View GitHub Profile
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 == "":
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']
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']
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']
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']
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']
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']
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']
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']
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']