mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 15:18:21 +00:00
Update threadUpdate.js
This commit is contained in:
parent
69ce34a856
commit
6a44272760
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ module.exports = async (client, oldChannel, newChannel) => {
|
|||
if (!logsChannel) return;
|
||||
|
||||
client.embed({
|
||||
title: `📖・Thread created`,
|
||||
desc: `A thread has been created`,
|
||||
title: `📖・Thread updated`,
|
||||
desc: `A thread has been updated`,
|
||||
fields: [
|
||||
{
|
||||
name: `> Old name`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue