Skip to content

Commit 5579561

Browse files
buildbuild
authored andcommitted
why do I think its this
1 parent 54c7a49 commit 5579561

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

BaroBot/Commands/CategoryCommands/CreateCommand.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// </copyright>
66
// -----------------------------------------------------------------------
77

8+
using BaroBot.API;
9+
810
namespace BaroBot.Commands.CategoryCommands;
911

1012
using BaroBot.Database.Domain;
@@ -63,6 +65,7 @@ await Context.Guild.CreateVoiceChannelAsync(voiceChannel, properties =>
6365
};
6466
});
6567

68+
Log.Warn(gameId);
6669
Category category = new Category(restCategory, restRole, gameId);
6770
await _database.SaveAsync(category);
6871
await _eventDispatcher.RaiseCategoryCreatedAsync(new CategoryCreatedEvent(category));

0 commit comments

Comments
 (0)