Skip to content

Commit

Permalink
Added !codice command (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImAl3x03 authored Mar 20, 2021
1 parent 29bed22 commit 1ed0fd4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SonequaBot.Shared/Commands/CommandCodice.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using SonequaBot.Shared.Commands.Interfaces.Responses;

namespace SonequaBot.Shared.Commands
{
public class CommandCodice : CommandBase, IResponseImage
{
protected override string ActivationCommand => "!codice";

public string GetImageEvent(CommandSource command)
{
return "https://raw.githubusercontent.com/kasuken/SonequaBot/master/SonequaBot.Web/wwwroot/img/Codice_perfetto.png";
}
}
}
Binary file added SonequaBot.Web/wwwroot/img/Codice_perfetto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ed0fd4

Please sign in to comment.