Browse Source

Merge branch 'master' into development

tags/v1.3.0
roxie 6 years ago
parent
commit
08192ce1bc
2 changed files with 5 additions and 2 deletions
  1. +4
    -1
      cogs/util.py
  2. +1
    -1
      config/meta.py

+ 4
- 1
cogs/util.py View File

@@ -80,6 +80,9 @@ class Util():
else:
roles += role.name + ", "
count += 1
if not roles:
roles = "None"
count = 0
embed.add_field(name="Roles [{}]".format(count), value=roles.strip(", "))
return await self.bot.say(embed=embed)

@@ -187,4 +190,4 @@ class Util():


def setup(Bot):
Bot.add_cog(Util(Bot))
Bot.add_cog(Util(Bot))

+ 1
- 1
config/meta.py View File

@@ -3,5 +3,5 @@ __description__ = """RoxBot, A Discord Bot made by a filthy Mercy Main. Built wi
[Github link](https://github.com/RainbowDinoaur/roxbot)
[Changelog](https://github.com/RainbowDinoaur/roxbot#v100)"""
__author__ = "Roxanne Gibson"
__version__= "1.1.1"
__version__= "1.1.2"
embedcolour = 0xDEADBF

Loading…
Cancel
Save