Compare commits

..

No commits in common. "3d0d38eb30b701011f93049e6415c16aab8aa92c" and "6e35a7c32b83c48a74db1367b89125d08b1de653" have entirely different histories.

2 changed files with 2 additions and 20 deletions

View file

@ -69,22 +69,4 @@ steps:
event: event:
include: include:
- push - push
- name: deploy dev # test
image: appleboy/drone-ssh
settings:
host:
- s.ar21.de
username: root
key:
from_secret: DEPLOY_SSH_KEY
port: 22
command_timeout: 2m
script:
- cd /root && docker-compose -f shbot-dev.yaml pull shbot-dev && docker-compose -f shbot-dev.yaml up -d shbot-dev
when:
branch:
include:
- dev
event:
include:
- push

2
bot.py
View file

@ -73,7 +73,7 @@ async def on_command_error(ctx, error):
@bot.event @bot.event
async def on_ready(): async def on_ready():
print("Bot ready on Version %s..." % discord.__version__) print("Bot ready on Version %s..." % discord.__version__)
activity = discord.Activity(name='%shelp' % prefix, type=discord.ActivityType.listening) activity = discord.Activity(name='%shund' % prefix, type=discord.ActivityType.listening)
#activity = discord.Game('%shelp for Help' % prefix) #activity = discord.Game('%shelp for Help' % prefix)
await bot.change_presence(status=discord.Status.online, activity=activity) await bot.change_presence(status=discord.Status.online, activity=activity)