Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix(bot): fix typo in info command
Browse files Browse the repository at this point in the history
  • Loading branch information
cherryblossom000 committed Jun 17, 2021
1 parent c824af5 commit 04042d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bot/src/commands/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const command: AnyCommand = {
async execute({channel}) {
await channel.send(`Version: \`${version}\`
I am comrade Pingu. Noot noot.
Kill all the capitalist scum!.
Kill all the capitalist scum!
I was created by cherryblossom#2661.`)
}
}
Expand Down

0 comments on commit 04042d7

Please sign in to comment.