Skip to content

Discord bot, made this entirely myself. Also, some AWS practice for myself since I host this on AWS now.

License

Notifications You must be signed in to change notification settings

cpaca/tsumiki-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsumiki-bot

discord bot!

If you try to run this code, it won't work because some of the code refers to STATICS.java. That file has been placed in the .gitignore. If I don't put that file in the .gitignore, my bot has a GIANT security flaw, on the level of "backdoor my entire bot" levels of security flaw

TODO:

Write CommandCore V2, so that 20-30 commands are not done with an if/elseif/elseif/else loop Done!

Move code to Github Done!

Write Bot V3, with:

--> Use SlashCommands, now that Discord is making Message Content a Priviledged Intent. (Priviliged? Priveledged? Priviliged? idk)

--> Fix /help so that it doesn't spam 100 messages.

--> Remove all CommandCores, they aren't necessary. Now that Slash Commands are a thing, I think it's easier to make each Command a CommandCore.

--> cats!

--> Update nekosdotlife command

--> Probably outright remove the !cats command

--> Make contacting the owner significantly easier

About

Discord bot, made this entirely myself. Also, some AWS practice for myself since I host this on AWS now.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages