Skip to content

Commit

Permalink
Update to Discord v12
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek committed Aug 13, 2021
1 parent 202de4d commit c153f62
Show file tree
Hide file tree
Showing 4 changed files with 13,940 additions and 204 deletions.
140 changes: 0 additions & 140 deletions commands/fox.js

This file was deleted.

2 changes: 1 addition & 1 deletion commands/marry.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports.run = async (client, message, args) => {

try {
const user = message.mentions.users.first() || client.users.cache.get(args[0])
if (!user) return message.channel.send()
if (!user) return message.channel.send(lang.NoUserSpecified)
if (user.bot === true) return message.channel.send(lang.CannotMarryBots)
if (user === message.author || message.author.id === user.id) return message.channel.send(lang.CannotMarrySelf)

Expand Down
Loading

0 comments on commit c153f62

Please sign in to comment.