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.