mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
remove logs
This commit is contained in:
@@ -40,10 +40,7 @@ export const create_message = (data: Message_Create_Options, client: Client) =>
|
||||
}),
|
||||
flags: () => data.flags || 0,
|
||||
channel_id: () => data.channel_id,
|
||||
channel: () => {
|
||||
logYellow('Getting channel')
|
||||
return cache.channels.get(data.channel_id) as Channel
|
||||
},
|
||||
channel: () => cache.channels.get(data.channel_id) as Channel,
|
||||
|
||||
delete: (reason: string) => {
|
||||
if (data.guild_id && !bot_has_permission(data.guild_id, client.bot_id, [Permissions.MANAGE_MESSAGES]))
|
||||
|
||||
Reference in New Issue
Block a user