build: 💚 Fixed missing variable

Missing client in about command made build job fail
This commit is contained in:
Axel Olausson Holtenäs 2022-12-13 16:50:42 +01:00
parent 9260478d9e
commit b992e8736c
2 changed files with 4 additions and 2 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "xyter", "name": "xyter",
"version": "v1.1.0", "version": "v1.1.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "xyter", "name": "xyter",
"version": "v1.1.0", "version": "v1.1.1",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"@prisma/client": "^4.7.1", "@prisma/client": "^4.7.1",

View file

@ -25,6 +25,8 @@ export default {
if (!interaction.guild) throw new Error("You need to be in a guild"); if (!interaction.guild) throw new Error("You need to be in a guild");
const { client } = interaction;
// await cooldown( // await cooldown(
// interaction.guild, // interaction.guild,
// interaction.user, // interaction.user,