summaryrefslogtreecommitdiff
path: root/server/src/commands/owner/IP.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-10-01 18:16:36 -0700
committer8cy <[email protected]>2020-10-01 18:16:36 -0700
commit0f4d9fd6666b72e8adac3fc50e15ce2340277e4a (patch)
tree3ab0560a3ae9d00404c529fd348151af8c4a1fc0 /server/src/commands/owner/IP.ts
parentfix: json typos, feat: utils (diff)
downloaddep-core-0f4d9fd6666b72e8adac3fc50e15ce2340277e4a.tar.xz
dep-core-0f4d9fd6666b72e8adac3fc50e15ce2340277e4a.zip
maintainence: change urls and name
Diffstat (limited to 'server/src/commands/owner/IP.ts')
-rw-r--r--server/src/commands/owner/IP.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/owner/IP.ts b/server/src/commands/owner/IP.ts
index 244c11f..46e8765 100644
--- a/server/src/commands/owner/IP.ts
+++ b/server/src/commands/owner/IP.ts
@@ -22,6 +22,6 @@ export default class IPOwner extends Command {
public async exec(msg: Message): Promise<Message> {
let { body } = await request.get('https://api.ipify.org').query({ format: 'json' });
//@ts-ignore
- return msg.reply(`${this.client.user.username}'s IP address is **${body.ip}**. *Which script kiddie in chat asked you to send this zzz. -Sin*`);
+ return msg.reply(`${this.client.user.username}'s IP address is **${body.ip}**. *Which script kiddie in chat asked you to send this zzz. -Fuwn*`);
}
} \ No newline at end of file