diff --git a/src/localization/en_gb/commands/en_gb_information.lang b/src/localization/en_gb/commands/en_gb_information.lang index 2ae1ecb..a137ee3 100644 --- a/src/localization/en_gb/commands/en_gb_information.lang +++ b/src/localization/en_gb/commands/en_gb_information.lang @@ -160,6 +160,12 @@ __Member Data__ [COMMAND_INFO_CHANNEL_ID] • Channel ID: {id} +[COMMAND_INFO_GUILDONLY_ROLE] +Role lookup is only available in servers. + +[COMMAND_INFO_GUILDONLY_CHANNEL] +Channel lookup is only available in servers. + [C_USER_SEARCH_TITLE] Search result for: `{key}` diff --git a/src/structure/storage/interfaces/MongodbTable.js b/src/structure/storage/interfaces/MongodbTable.js index 5fb85de..d17b57b 100644 --- a/src/structure/storage/interfaces/MongodbTable.js +++ b/src/structure/storage/interfaces/MongodbTable.js @@ -1,5 +1,3 @@ -const { ObjectId } = require('mongodb'); - class MongodbTable { constructor(client, provider, opts = {}) {