mirror of
https://github.com/MrDetonia/Maki.git
synced 2024-11-22 03:44:18 -05:00
GitLab now running on port 55555, v0.7.4
This commit is contained in:
parent
a8803d989e
commit
150e0e92f6
4
bot.py
4
bot.py
@ -23,7 +23,7 @@ from secret import email,pwd
|
||||
name = "Maki"
|
||||
|
||||
# bot version
|
||||
version = "v0.7.3"
|
||||
version = "v0.7.4"
|
||||
|
||||
# text shown by .help command
|
||||
helptext = """I am a bot written in Python by MrDetonia
|
||||
@ -127,7 +127,7 @@ def on_message(message):
|
||||
|
||||
elif message.content.startswith('.upskirt'):
|
||||
# link to source code
|
||||
yield from client.send_message(message.channel, 'No, don\'t look at my pantsu! Baka! <https://27b-a.xyz:80/mrdetonia/Maki>')
|
||||
yield from client.send_message(message.channel, 'No, don\'t look at my pantsu! Baka! <https://27b-a.xyz:55555/mrdetonia/Maki>')
|
||||
|
||||
elif message.content.startswith('.die'):
|
||||
if message.author.id in admins:
|
||||
|
Loading…
Reference in New Issue
Block a user