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 135e324e28
commit 696f6c746a
2 changed files with 4 additions and 2 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "xyter",
"version": "v1.1.0",
"version": "v1.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "xyter",
"version": "v1.1.0",
"version": "v1.1.1",
"license": "GPL-3.0-only",
"dependencies": {
"@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");
const { client } = interaction;
// await cooldown(
// interaction.guild,
// interaction.user,