mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-04 04:56:30 +03:00
Use link button for created event message (#158)
Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
8b659a6582
commit
e21cefd79d
3 changed files with 2 additions and 50 deletions
|
@ -17,7 +17,6 @@ using Remora.Discord.Commands.Services;
|
|||
using Remora.Discord.Gateway;
|
||||
using Remora.Discord.Gateway.Extensions;
|
||||
using Remora.Discord.Hosting.Extensions;
|
||||
using Remora.Discord.Interactivity.Extensions;
|
||||
using Remora.Rest.Core;
|
||||
using Serilog.Extensions.Logging;
|
||||
|
||||
|
@ -80,9 +79,6 @@ public sealed class Octobot
|
|||
// Init
|
||||
.AddDiscordCaching()
|
||||
.AddDiscordCommands(true)
|
||||
// Interactions
|
||||
.AddInteractivity()
|
||||
.AddInteractionGroup<InteractionResponders>()
|
||||
// Slash command event handlers
|
||||
.AddPreparationErrorEvent<LoggingPreparationErrorEvent>()
|
||||
.AddPostExecutionEvent<ErrorLoggingPostExecutionEvent>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue