diff options
| author | 2020-09-23 11:59:39 +0800 | |
|---|---|---|
| committer | 2020-09-23 11:59:39 +0800 | |
| commit | 2c2dbe41dcc1e8d72322532a3709bdcec5abc028 (patch) | |
| tree | 72eb0bdc9993261b81d25dd93a2bb693dabc9f1b /tests | |
| parent | Move number of roles to embed description. (diff) | |
Add owners count to server embed
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bot/exts/info/test_information.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bot/exts/info/test_information.py b/tests/bot/exts/info/test_information.py index 38ffb2f16..1978bd7e2 100644 --- a/tests/bot/exts/info/test_information.py +++ b/tests/bot/exts/info/test_information.py @@ -170,6 +170,7 @@ class InformationCogTests(unittest.TestCase): Helpers: 0 Moderators: 0 Admins: 0 + Owners: 0 Contributors: 0 """).strip(), ) |