Fix incorrect number of newlines (black)

This commit is contained in:
Bluenix 2022-01-27 14:37:43 +01:00
parent 6c0f682e54
commit 9347bc2a26
No known key found for this signature in database
GPG Key ID: 1C1ED07E6FC8AA48
2 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,3 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
""" """

View File

@ -110,6 +110,7 @@ async def addbot(ctx, args):
return await generate_bot_token(ctx, args) return await generate_bot_token(ctx, args)
async def set_flag(ctx, args): async def set_flag(ctx, args):
"""Setting a 'staff' flag gives the user access to the Admin API. """Setting a 'staff' flag gives the user access to the Admin API.
Beware of that. Beware of that.