mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
update detriter
This commit is contained in:
parent
6484c69851
commit
987d1896ac
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ module.exports.paginator = new Paginator(cluster, {
|
|||
pageNumber: true
|
||||
});
|
||||
|
||||
let commandPrefix = 'lc..'
|
||||
let commandPrefix = '.'
|
||||
if(process.env.PREFIX_OVERRIDE) commandPrefix = process.env.PREFIX_OVERRIDE;
|
||||
|
||||
(async () => {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"detritus-client": "^0.17.0-beta.12",
|
||||
"detritus-client": "^0.17.0-beta.16",
|
||||
"dotenv": "^16.0.1",
|
||||
"emoji-aware": "^3.1.0",
|
||||
"express": "^4.18.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue