This commit is contained in:
Dragon Fire
2020-12-01 20:23:23 -05:00
parent 7b6f579d23
commit 9c24afb862
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = class PhoneCall {
} else {
await this.origin.send(`☎️ Calling **${this.recipient.guild.name} (${this.recipient.id})**...`);
if (this.originDM) {
await this.recipient.send(`☎️ Incoming call from **${this.startUser.tag}'s DM (${this.origin.id})**. Pick up?`);
await this.recipient.send(`☎️ Incoming call from **${this.startUser.tag}'s DM (${this.startUser.id})**. Pick up?`);
} else {
await this.recipient.send(`☎️ Incoming call from **${this.origin.guild.name} (${this.origin.id})**. Pick up?`);
}