.xpcr is owner only
This commit is contained in:
parent
62a2c7689f
commit
96b86e83b9
@ -101,6 +101,7 @@ namespace NadekoBot.Modules.Xp
|
|||||||
|
|
||||||
[NadekoCommand, Usage, Description, Aliases]
|
[NadekoCommand, Usage, Description, Aliases]
|
||||||
[RequireContext(ContextType.Guild)]
|
[RequireContext(ContextType.Guild)]
|
||||||
|
[OwnerOnly]
|
||||||
public async Task XpCurrencyReward(int level, int amount=0)
|
public async Task XpCurrencyReward(int level, int amount=0)
|
||||||
{
|
{
|
||||||
if (level < 1 || amount < 0)
|
if (level < 1 || amount < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user