Fix core plugins and add new plugins and other changes#169
Open
otiskujawa wants to merge 16 commits intoGeoxor:mainfrom
Open
Fix core plugins and add new plugins and other changes#169otiskujawa wants to merge 16 commits intoGeoxor:mainfrom
otiskujawa wants to merge 16 commits intoGeoxor:mainfrom
Conversation
…ssor Work/blusk/christmas image processor
Contributor
Author
…nt on pull request 162)
Contributor
Author
|
changed #162 using @Its-treason comment |
Contributor
Author
|
also fixed #165 |
Contributor
Author
|
ready to merge |
Contributor
|
Hey @otiskujawa, pretty cool that you are still developing Naoko and I hope the rewrite I made earlier this year made it easier to change stuff around in Naoko. I'm not sure if a review is really needed here, but found some smaller stuff after looking over the PR:
I'm also thinking about adding slash command support to Naoko. It should be possible to have slash commands and chat commands in parallel without much change. But I'm not sure if Geo wants to have slash commands. If Geo doesn't want slash commands, you could consider unregistering the current slash commands. Here's a small script made by ChatGTP: const { REST } = require('discord.js');
const { token } = require('./config.json');
const commands = [];
const rest = new REST({ version: '9' }).setToken(token);
(async () => {
try {
console.log('Started refreshing application (/) commands.');
await rest.put(Routes.applicationCommands('<your_application_id>'), {
body: commands,
});
console.log('Successfully removed all slash commands.');
} catch (error) {
console.error(error);
}
})(); |
@triptyk/tsyringe was used before, because the main tsyringe package was not updated
Also update some texts and console.log's
Fix various bugs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






Make whois show newest history, not the oldest
Make help use footer instead of big image
Make alias for avatar