From ce4cc40796b60a738838d4069de5284ec5bf4dc4 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Sat, 30 Apr 2022 23:11:12 +0300 Subject: [PATCH] misc --- src/localization/en_gb/commands/en_gb_information.lang | 6 ++++++ src/structure/storage/interfaces/MongodbTable.js | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) 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 = {}) {