mirror of https://github.com/kry008/Bot-2.0.git
name update
parent
f0e96dac7e
commit
5cf02ec75f
|
@ -1,6 +1,6 @@
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'exitmsg',
|
name: 'exitusermsg',
|
||||||
description: 'Enable or disable the exit message and edit the exit message. To mention the user, use {{USER}}.',
|
description: 'Enable or disable the exit message and edit the exit message. To mention the user, use {{USER}}.',
|
||||||
help: 'Function to edit the message that is sent when a user leaves the server, use {{USER}} to mention the user.',
|
help: 'Function to edit the message that is sent when a user leaves the server, use {{USER}} to mention the user.',
|
||||||
options: [
|
options: [
|
Loading…
Reference in New Issue