Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
downversioned for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ming-suhi committed Dec 25, 2020
1 parent be925b9 commit 00208a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const fs = require('fs');

class Client {
constructor(client, config) {
this.client = client;
this.config = config;
}

Expand Down Expand Up @@ -104,7 +103,7 @@ class Command {
})
}

securityCheck = (client, interaction) => {
securityCheck = (interaction) => {
const command = interaction.data;
const guild = client.guilds.cache.get(interaction.guild_id);

Expand Down

0 comments on commit 00208a5

Please sign in to comment.