refactor: typo in spelling

I have been informed of a typo in the word `successfully`. It wasn't a big deal to me nor did I ever notice it lol. I thought I'd help a guy out.
This commit is contained in:
Peter-MJ-Parker
2025-06-20 09:08:35 -05:00
committed by GitHub
parent 91e4677100
commit f9dc327316

View File

@@ -147,7 +147,7 @@ export class Publisher implements Init {
});
const result = await response.json();
if (response.ok) {
this.logger.info({ message: guildId + " published succesfully" })
this.logger.info({ message: guildId + " published successfully" })
responsesMap.set(guildId, result);
} else {
switch(response.status) {