diff --git a/exts/base.py b/exts/base.py index b629bba..ac27013 100644 --- a/exts/base.py +++ b/exts/base.py @@ -103,6 +103,7 @@ class BaseCog(commands.Cog): embed.add_field(name="License", value=info.license) embed.add_field(name="Version", value=f'v{info.release}') embed.add_field(name="Contributing", value=info.contributing, inline=False) + embed.add_field(name="Official Server", value=info.bot_server, inline=False) embed.set_thumbnail(url=str(self.bot.user.avatar_url)) await ctx.send(embed=embed) diff --git a/info.py b/info.py index 4a51919..ac5abd1 100644 --- a/info.py +++ b/info.py @@ -25,3 +25,4 @@ description = """A bot with various useful ham radio-related functions, written license = "Released under the GNU General Public License v2" contributing = "Check out the source on GitHub, contributions welcome: https://github.com/classabbyamp/discord-qrm2" release = '2.0.0' +bot_server = 'https://discord.gg/Ntbg3J4'