build: 💚 Fixed missing variable
Missing client in about command made build job fail
This commit is contained in:
parent
9260478d9e
commit
b992e8736c
2 changed files with 4 additions and 2 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue