Skip to content

Commit

Permalink
Update StyleCycler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 authored Feb 22, 2024
1 parent 07e2774 commit b67b5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Houston.Bot/Modules/Buttons/StyleCycler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Houston.Bot.Modules;
using Houston.Database;

namespace Welcomer.Bot.Modules.Buttons;
namespace Houston.Bot.Modules.Buttons;

public class StyleCycler
{
Expand Down Expand Up @@ -108,4 +108,4 @@ public async Task TriToggle(string customId)
await RespondAsync("This button isn't for you!", ephemeral: true);
}
}
}
}

0 comments on commit b67b5e6

Please sign in to comment.