mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Changed to an info
This commit is contained in:
parent
933ff42c6c
commit
21e0d283a4
1 changed files with 4 additions and 1 deletions
|
@ -165,7 +165,10 @@ class Search(commands.Cog, name="Basic"):
|
||||||
)
|
)
|
||||||
|
|
||||||
# Sends message
|
# Sends message
|
||||||
await self.debug(msg, name="_basic_search")
|
await self.info(
|
||||||
|
f"**New Search** - {ctx.author} in {ctx.guild}\n\n{msg}",
|
||||||
|
name="_basic_search"
|
||||||
|
)
|
||||||
await ctx.send(msg)
|
await ctx.send(msg)
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue