You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
embed=discord.Embed(title="The Prism Discord Bot", description="The only discord bot you actually need.", url="https://top.gg/bot/685550504276787200", color=0x126bf1)
40
37
41
-
embed.add_field(name=":person_golfing: Entertainment Commands :person_golfing:", value=f"See commands with ``{prefix}help entertain``", inline=False)
38
+
embed.add_field(name=":person_golfing: Entertainment Commands :person_golfing:", value=f"See commands with ``{ctx.prefix}help fun``", inline=False)
42
39
43
-
embed.add_field(name=":cat: Pet Commands :dog:", value=f"See commands with ``{prefix}help pets``", inline=False)
40
+
embed.add_field(name=":cat: Pet Commands :dog:", value=f"See commands with ``{ctx.prefix}help pets``", inline=False)
44
41
45
-
embed.add_field(name=":moneybag: Currency Commands :moneybag:", value=f"See commands with ``{prefix}help currency``", inline=False)
42
+
embed.add_field(name=":musical_note: Music Commands (beta) :musical_note:", value=f"See commands with ``{ctx.prefix}help music``", inline=False)
46
43
47
-
embed.add_field(name=":tools: Moderation Commands :tools:", value=f"See commands with ``{prefix}help mod``", inline=False)
44
+
embed.add_field(name=":moneybag: Currency Commands :moneybag:", value=f"See commands with ``{ctx.prefix}help currency``", inline=False)
48
45
49
-
embed.add_field(name=":newspaper: Miscellaneous Commands :newspaper:", value=f"See commands with ``{prefix}help misc``", inline=False)
46
+
embed.add_field(name=":tools: Moderation Commands :tools:", value=f"See commands with ``{ctx.prefix}help mod``", inline=False)
50
47
51
-
elifcat=="entertainment":
48
+
embed.add_field(name=":newspaper: Miscellaneous Commands :newspaper:", value=f"See commands with ``{ctx.prefix}help misc``", inline=False)
52
49
50
+
elifcategory.lower() in ["fun", "entertain", "entertainment"]:
51
+
53
52
embed=discord.Embed(title=":person_golfing: Entertainment Commands :person_golfing:", description="The most interesting and unique commands out there.", color=0x126bf1)
embed=discord.Embed(title=":musical_note: Music Commands :musical_note:", description="Is it just me, or did low quality audio arrive?", color=0x126bf1)
0 commit comments