|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
from discord import Intents, Streaming
|
|
|
|
|
from discord.ext.commands import Context, Bot
|
|
|
|
|
|
|
|
|
|
from exclamation_mark_charity import BOT_PREFIX, BOT_TOKEN, HAMMY, NUGGS, LUCA
|
|
|
|
|
from exclamation_mark_charity import BOT_PREFIX, BOT_TOKEN, HAMMY, NUGGS, LUCA, TWITCH_CHANNEL
|
|
|
|
|
|
|
|
|
|
bot = Bot(
|
|
|
|
|
command_prefix=BOT_PREFIX,
|
|
|
|
@ -9,7 +9,7 @@ bot = Bot(
|
|
|
|
|
help_command=None,
|
|
|
|
|
owner_ids=(HAMMY, NUGGS, LUCA)
|
|
|
|
|
)
|
|
|
|
|
bot.activity = Streaming(name="!charity", url="https://www.twitch.tv/exclamation_mark_charity")
|
|
|
|
|
bot.activity = Streaming(name="!charity", url=TWITCH_CHANNEL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@bot.command()
|
|
|
|
|