From 9347bc2a268f42bebefb6e96cc9b543881012eef Mon Sep 17 00:00:00 2001 From: Bluenix Date: Thu, 27 Jan 2022 14:37:43 +0100 Subject: [PATCH] Fix incorrect number of newlines (black) --- __init__.py | 1 - manage/cmd/users.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index f0e4609..3878d03 100644 --- a/__init__.py +++ b/__init__.py @@ -16,4 +16,3 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . """ - diff --git a/manage/cmd/users.py b/manage/cmd/users.py index b5ff230..d1ac694 100644 --- a/manage/cmd/users.py +++ b/manage/cmd/users.py @@ -110,6 +110,7 @@ async def addbot(ctx, args): return await generate_bot_token(ctx, args) + async def set_flag(ctx, args): """Setting a 'staff' flag gives the user access to the Admin API. Beware of that.