Todo
.-.
This commit is contained in:
parent
6460a4a063
commit
498200d706
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discord.js-selfbot-v13",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
|
||||
"main": "./src/index.js",
|
||||
"types": "./typings/index.d.ts",
|
||||
|
@ -67,6 +67,7 @@ class ClientUserSettingManager extends CachedManager {
|
||||
this.customStatus = null;
|
||||
// Guild folder and position
|
||||
this.guildMetadata = new Collection();
|
||||
// Todo: add new method from Discum
|
||||
}
|
||||
/**
|
||||
*
|
||||
|
1
src/managers/DMGroupManager.js
Normal file
1
src/managers/DMGroupManager.js
Normal file
@ -0,0 +1 @@
|
||||
// Todo: create, add, remove, update
|
Loading…
Reference in New Issue
Block a user