commit 33bbb244393b5384f10fa5ab6a42fb5d21880f55
parent ebda83fcde59d4bd7008c7d766a3d9aff610d51c
Author: Fredrik <moi@knutsen.co>
Date: Wed, 27 May 2020 23:36:03 +0100
Merge pull request #15 from Shiimoe/master
suicide uwu
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands/kill.ts b/lib/commands/kill.ts
@@ -7,7 +7,7 @@ export default (home_scope: HomeScope) => {
: { message: Message, args: string[] } = home_scope;
const attached = new MessageAttachment(
- './lib/resources/suicide.png',
+ 'https://img2.gelbooru.com/images/12/86/1286caaa436406cc4e283e8fd0277a74.png',
'suicide.png');
if (args.length === 0 || message.mentions.users.size === 0)