diff --git a/app/bot.py b/app/bot.py index 88ba8865..4b56ae21 100755 --- a/app/bot.py +++ b/app/bot.py @@ -44,13 +44,7 @@ async def on_ready(): print(f'{bot.user.name} has connected to Discord!') game = discord.Game("Type !help") await bot.change_presence(status=discord.Status.online, activity=discord.Activity(type=discord.ActivityType.listening, name="type !help")) - -# @bot.event -# async def on_member_join(member): -# await member.create_dm() -# await member.dm_channel.send( -# f'Hi {member.name}, welcome to my ths server!' -# ) + await bot.get_channel(152921472304676865).send("I have reconnected") @bot.command(name='ask') async def ask(ctx): @@ -264,7 +258,7 @@ async def greentext(ctx): embed=generate_embed( embed_title='>implying this actually happened', embed_color=discord.Color.green(), - embed_url=get_from_reddit.get_image(boards=['greentext', '4chan']) + embed_url=get_from_reddit.get_image(boards=['greentext', 'newgreentexts', '4chan']) ) )