Compare commits
No commits in common. "3d0d38eb30b701011f93049e6415c16aab8aa92c" and "6e35a7c32b83c48a74db1367b89125d08b1de653" have entirely different histories.
3d0d38eb30
...
6e35a7c32b
2 changed files with 2 additions and 20 deletions
20
.drone.yml
20
.drone.yml
|
@ -69,22 +69,4 @@ steps:
|
|||
event:
|
||||
include:
|
||||
- push
|
||||
- name: deploy dev
|
||||
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
|
||||
# test
|
2
bot.py
2
bot.py
|
@ -73,7 +73,7 @@ async def on_command_error(ctx, error):
|
|||
@bot.event
|
||||
async def on_ready():
|
||||
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)
|
||||
await bot.change_presence(status=discord.Status.online, activity=activity)
|
||||
|
||||
|
|
Loading…
Reference in a new issue