This commit is contained in:
Erik 2022-04-30 23:11:12 +03:00
parent 9166e97042
commit ce4cc40796
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
2 changed files with 6 additions and 2 deletions

View File

@ -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}`

View File

@ -1,5 +1,3 @@
const { ObjectId } = require('mongodb');
class MongodbTable {
constructor(client, provider, opts = {}) {