mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
general permission for anagram
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = {
|
|||||||
alias: ['anagram', 'nagaram'],
|
alias: ['anagram', 'nagaram'],
|
||||||
helptext: "finds anagrams up to 9 letters",
|
helptext: "finds anagrams up to 9 letters",
|
||||||
permissions: ['VIEW_CHANNEL'],
|
permissions: ['VIEW_CHANNEL'],
|
||||||
|
group: "general",
|
||||||
args: ['letters'],
|
args: ['letters'],
|
||||||
command: (client, msg) => {
|
command: (client, msg) => {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user