Skip to content

Commit

Permalink
Update threadUpdate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinDev authored Aug 3, 2023
1 parent 69ce34a commit 6a44272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/events/thread/threadUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 6a44272

Please sign in to comment.