mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 17:34:16 +01:00
add registered role to bot
This commit is contained in:
parent
600bd1893e
commit
86ae9d40e0
6 changed files with 158 additions and 15 deletions
|
|
@ -129,6 +129,8 @@ public partial class MareWizardModule
|
|||
+ Environment.NewLine
|
||||
+ "Have fun.");
|
||||
AddHome(cb);
|
||||
|
||||
await _botServices.AddRegisteredRoleAsync(Context.Interaction.User).ConfigureAwait(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue