adding based reply to bot
This commit is contained in:
parent
706610cd62
commit
b3efef9659
@ -1,4 +1,4 @@
|
|||||||
[](http://git.luker.gq/ldooks/dragon-bot/-/commits/master)
|
[](http://git.luker.gq/ldooks/dragon-bot/-/commits/master)
|
||||||
# README #
|
# README #
|
||||||
|
|
||||||
A discord bot written in python.
|
A discord bot written in python.
|
||||||
|
@ -69,6 +69,12 @@ async def fix_cdn_url(ctx):
|
|||||||
# return
|
# 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")
|
@bot.listen("on_message")
|
||||||
async def convert_heic_to_jpg(ctx):
|
async def convert_heic_to_jpg(ctx):
|
||||||
from wand.image import Image
|
from wand.image import Image
|
||||||
|
@ -8,7 +8,7 @@ image:
|
|||||||
repository: ldooks/dragon-bot
|
repository: ldooks/dragon-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "117"
|
tag: "118"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user