mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +02:00
fix typo
This commit is contained in:
parent
b61b3dd2b1
commit
d10965d541
@ -20,7 +20,7 @@ module.exports = class extends Listener {
|
|||||||
}) {
|
}) {
|
||||||
const ref = require('crypto').randomUUID();
|
const ref = require('crypto').randomUUID();
|
||||||
this.client.log.error.buttons(ref);
|
this.client.log.error.buttons(ref);
|
||||||
this.client.log.error.buttons(`"${button.name}" button execution error:`, error);
|
this.client.log.error.buttons(`"${button.id}" button execution error:`, error);
|
||||||
let locale = null;
|
let locale = null;
|
||||||
if (interaction.guild) {
|
if (interaction.guild) {
|
||||||
locale = (await this.client.prisma.guild.findUnique({
|
locale = (await this.client.prisma.guild.findUnique({
|
||||||
|
Loading…
Reference in New Issue
Block a user