Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Loïc Bersier
Haha Yes
Commits
e2c855ca
Commit
e2c855ca
authored
Jan 16, 2021
by
Loïc Bersier
😎
Browse files
Removed a redundant alias
Signed-off-by:
loicbersier
<
loic.bersier1@gmail.com
>
parent
2a966f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
commands/owner/YtpBlacklist.js
commands/owner/YtpBlacklist.js
+1
-1
No files found.
commands/owner/YtpBlacklist.js
View file @
e2c855ca
...
...
@@ -4,7 +4,7 @@ const ytpblacklist = require('../../models').ytpblacklist;
class
ytpblacklistCommand
extends
Command
{
constructor
()
{
super
(
'
ytpblacklist
'
,
{
aliases
:
[
'
YTPBlacklist
'
,
'
ytpblacklist
'
,
'
yblacklist
'
],
aliases
:
[
'
ytpblacklist
'
,
'
yblacklist
'
],
category
:
'
owner
'
,
ownerOnly
:
'
true
'
,
userPermissions
:
[
'
MANAGE_MESSAGES
'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment