ratz/src/services/chat/discord/responsconstruction.go

const BotCoreLoggingChannel

func (d *DiscordGuild) PostInChannelWithEmbeds(channelID string, message string, embeds []common.MessageEmbed) common.Message {}

func (d *DiscordGuild) PostInChannel(channelID string, message string) common.Message {}

func (d *DiscordGuild) PostInChannelWithAttachment(channelID string, message string, attachment common.MessageAttachment) common.Message {}

func (d *DiscordGuild) PostInChannelWithImage(channelID string, message string, attachment common.MessageImage) common.Message {}

func (d *DiscordGuild) PostInChannelWithEmbed(channelID string, message string, embed common.MessageEmbed) common.Message {}

func (d *DiscordGuild) PostInChannelWithThumbnail(channelID string, message string, image images.RemoteImage) common.Message {}

func (d *DiscordGuild) Delete(m common.Message) {}