mirror of
https://gitlab.jonasled.de/jonasled/discordbot
synced 2024-11-20 10:13:03 +01:00
add env line
This commit is contained in:
parent
6326316c4c
commit
c21574abed
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import discord
|
||||
from discord.ext import commands
|
||||
from discord.utils import get
|
||||
|
|
Loading…
Reference in a new issue