mirror of https://gitlab.com/litecord/litecord.git
Compare commits
No commits in common. "61ca9ab7bcf378eda526ba1462dcc3f4329620cf" and "6c0f682e5468e710793ac31f7593ce40a92f7c44" have entirely different histories.
61ca9ab7bc
...
6c0f682e54
|
|
@ -16,3 +16,4 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -110,7 +110,6 @@ 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.
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
import asyncio
|
||||
import argparse
|
||||
import inspect
|
||||
from sys import argv
|
||||
from sys import argv, exit
|
||||
from dataclasses import dataclass
|
||||
|
||||
from quart import Quart
|
||||
|
|
|
|||
Loading…
Reference in New Issue