Added !resettoke command to tokebot
This commit is contained in:
parent
d9bab09d53
commit
6639cee8ca
4 changed files with 45 additions and 9 deletions
|
|
@ -51,6 +51,12 @@ const permissionSchema = new mongoose.Schema({
|
|||
default: "admin",
|
||||
required: true
|
||||
},
|
||||
resetToke: {
|
||||
type: mongoose.SchemaTypes.String,
|
||||
enum: rankEnum,
|
||||
default: "admin",
|
||||
required: true
|
||||
},
|
||||
editTokeCommands: {
|
||||
type: mongoose.SchemaTypes.String,
|
||||
enum: rankEnum,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue