Skip to content

Commit

Permalink
Add !bergarambo command (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 authored Mar 15, 2021
1 parent b5b3ec8 commit 29bed22
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/CommandBergarambo.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 CommandBergarambo : CommandBase, IResponseImage
{
protected override string ActivationCommand => "!bergarambo";

public string GetImageEvent(CommandSource source)
{
return "https://raw.githubusercontent.com/kasuken/SonequaBot/master/SonequaBot.Web/wwwroot/img/bergarambo.gif";
}
}
}
Binary file added SonequaBot.Web/wwwroot/img/bergarambo.gif
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 29bed22

Please sign in to comment.