mirror of
https://github.com/turtlebasket/comrade-bot.git
synced 2026-03-04 19:44:27 -08:00
add stuff to help page & more
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -106,7 +106,5 @@ venv.bak/
|
|||||||
# vscode config
|
# vscode config
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
# muh token is stored as plain text ehehehehe
|
|
||||||
token.txt
|
|
||||||
config.json
|
config.json
|
||||||
token.json
|
tokens.json
|
||||||
13
bot.py
13
bot.py
@@ -74,9 +74,9 @@ async def on_ready():
|
|||||||
print("Bot started.")
|
print("Bot started.")
|
||||||
print("--------------------------")
|
print("--------------------------")
|
||||||
|
|
||||||
@bot.command(aliases=['manual', 'commands'])
|
@bot.command(aliases=['manual', 'commands', 'info'])
|
||||||
async def help(ctx):
|
async def help(ctx):
|
||||||
embed = discord.Embed(title="How 2 Comrade")
|
embed = discord.Embed(title="Comrade: Usage & Other Info")
|
||||||
embed.add_field(
|
embed.add_field(
|
||||||
name=">>addEmote <emoji name>",
|
name=">>addEmote <emoji name>",
|
||||||
value=
|
value=
|
||||||
@@ -129,8 +129,13 @@ async def help(ctx):
|
|||||||
)
|
)
|
||||||
|
|
||||||
embed.add_field(
|
embed.add_field(
|
||||||
name="Need help or having an issue?",
|
name="Enjoying Comrade?",
|
||||||
value="Report an issue at: https://github.com/turtlebasket/comrade-bot/issues/new"
|
value="[Upvote Comrade on Discord Bot List!](https://top.gg/bot/592852914553487370/vote)"
|
||||||
|
)
|
||||||
|
|
||||||
|
embed.add_field(
|
||||||
|
name="Need help?",
|
||||||
|
value="[Report an issue](https://github.com/turtlebasket/comrade-bot/issues)"
|
||||||
)
|
)
|
||||||
|
|
||||||
await ctx.send(embed=embed)
|
await ctx.send(embed=embed)
|
||||||
|
|||||||
Reference in New Issue
Block a user