We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8edb9b commit 0908de9Copy full SHA for 0908de9
1 file changed
apps/discord-bot/src/discord/commands/pet.cs
@@ -6,7 +6,7 @@
6
7
public partial class DiscordCommands : InteractionModuleBase
8
{
9
- // TODO: cache
+ // TODO: cache images to db
10
[SlashCommand("pet", "pet the kat")]
11
public async Task pet([Summary("target", "user to harass")] IUser targetUser)
12
0 commit comments