adding based reply to bot
This commit is contained in:
parent
233cf353e8
commit
41c42867e1
@ -1,4 +1,4 @@
|
||||
[](http://git.luker.gq/ldooks/dragon-bot/-/commits/master)
|
||||
[](http://git.luker.gq/ldooks/dragon-bot/-/commits/master)
|
||||
# README #
|
||||
|
||||
A discord bot written in python.
|
||||
|
@ -69,6 +69,12 @@ async def fix_cdn_url(ctx):
|
||||
# return
|
||||
|
||||
|
||||
@bot.listen("on_message")
|
||||
async def based(ctx):
|
||||
if ctx.content.lower() == "based":
|
||||
await ctx.reply("https://i.imgur.com/MejGa23.jpeg")
|
||||
|
||||
|
||||
@bot.listen("on_message")
|
||||
async def convert_heic_to_jpg(ctx):
|
||||
from wand.image import Image
|
||||
|
@ -8,7 +8,7 @@ image:
|
||||
repository: ldooks/dragon-bot
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "117"
|
||||
tag: "118"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user