mirror of
https://github.com/turtlebasket/comrade-bot.git
synced 2026-03-04 11:34:29 -08:00
Change & move issue reporting link
This commit is contained in:
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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user