Change & move issue reporting link
parent
159958630d
commit
246114798c
9
bot.py
9
bot.py
|
@ -52,9 +52,6 @@ async def status_loop():
|
|||
await bot.change_presence(activity=discord.Game(name='Proletarian Uprising 2: Electric Boogaloo'.format(len(bot.guilds))))
|
||||
await asyncio.sleep(STATUS_LOOP)
|
||||
|
||||
await bot.change_presence(activity=discord.Game(name='Want to contribute? Have an issue? https://github.com/turtlebasket/comrade-bot'))
|
||||
await asyncio.sleep(STATUS_LOOP)
|
||||
|
||||
@bot.event
|
||||
async def on_ready():
|
||||
# await bot.change_presence(activity=discord.Game(name='{} servers | >>help'.format(len(bot.guilds))))
|
||||
|
@ -115,6 +112,12 @@ async def help(ctx):
|
|||
name=">>ping",
|
||||
value="Get bot latency."
|
||||
)
|
||||
|
||||
embed.add_field(
|
||||
name="Need help or having an issue?",
|
||||
value="Report an issue at: https://github.com/turtlebasket/comrade-bot/issues/new"
|
||||
)
|
||||
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue