Commit Graph

398 Commits

Author SHA1 Message Date
Sophie Marie d650ae3dcc Put bot userID into a code block 2022-10-28 13:11:06 -05:00
Sophie Marie 0fa4c4da21 Upgrade dependencies to their newest versions 2022-10-28 13:09:27 -05:00
Sophie Marie 0f72bed119 Change quote 2022-10-24 16:03:26 -05:00
Sophie Marie 1da0d738ec Prefixes are now kaboom
But uh, that made a huge mess.
2022-10-24 16:03:06 -05:00
Sophie Marie f3e2fd893d Delete messageCreate event 2022-10-24 16:02:31 -05:00
Sophie Marie 425143b109 Bump version number 2022-10-04 14:35:43 -05:00
Sophie Marie 3a33e4df9c
1.3.1
This is a tiny release to add a warning that we will move entirely to slash commands in 1.4.

Known issues

Slash commands may (rarely) error with "DiscordAPIError: Unknown interaction"
This will be fixed in 1.4
2022-10-03 20:18:43 -05:00
Sophie Marie 367a797851 Add a warning when using prefix commands that they're deprecated and will be removed. 2022-10-03 14:24:39 -05:00
Sophie Marie 6065dcb24d Yarn 2022-10-03 13:56:50 -05:00
Sophie Marie 0caa0ab2da Restructure gitignore 2022-10-03 13:56:36 -05:00
Sophie Marie 77acc594b2
Update to 1.3 Stable
nice pr 



Update to Stable 1,3:

    Eval now has access to Client by default. (This is probably a security mess, oh well. lmao)
    Move token and ownerID to .env (Make sure to update your configuration when updating!)
    Refactor the entire help command, It's actually helpful now!:
    Running help now provides a command list, and running help provides information about the command, as it should've originally.
    Refactor info command, It now looks nicer both inside and out.
    Fixed a bug in userinfo where the username in the embed name returned as the User ID
    Other bug fixes.

For developers:

    Added getTime function, This will allow you to get formatted time.
    Moved Uptime to its own

!!!MAKE SURE TO MOVE YOUR TOKEN AND USERID TO THE NEW .ENV!!!
2022-08-13 14:00:59 -05:00
Sophie Marie ba8643b537
Update PTB to 1.3ptb_final
Pull latest commits into PTB.
2022-08-11 23:06:39 -05:00
IDeletedSystem64 ca3e1dd37e Mostly finish help refactor. Check desc for more info
The embed design could be hell of a lot more organized, but unfortunately I don't really want to spend the time to set up how I want to do categories for this release, so hopefully 1.4 this will be more organized.
2022-08-11 16:38:30 -05:00
IDeletedSystem64 95a7df98b3 Mention source and self-hosting, Clean up embed code 2022-08-11 16:11:43 -05:00
IDeletedSystem64 3a5f1ce2d2 Remove unneccessary comments 2022-08-10 22:27:57 -05:00
IDeletedSystem64 b7c4cb011e Fix errors when running with arguments | I don't trust this to not break again, xD 2022-08-10 22:27:17 -05:00
IDeletedSystem64 67b126ccff Add .env to Gitignore 2022-08-10 17:18:59 -05:00
Sophie Marie de90322304
Update PTB to 1.3ptb_8.3.22
Refactor Help Command
Migrate the ownerID and bot token to dotenv
Change ping locations
Update documentation to support the configuration changes
2022-08-03 00:04:37 -05:00
Sophie Marie 55626d314e
Update documentation 2022-08-03 00:00:20 -05:00
IDeletedSystem64 ca47208da7 Refactor help command! 2022-08-02 23:53:44 -05:00
IDeletedSystem64 cb1eb0a5bd Migrate bot-token and ownerid to dotenv 2022-08-02 23:53:28 -05:00
Sophie Marie 0f78055a66
git is stupid 2022-08-02 23:26:39 -05:00
Sophie Marie 428dc5261e
Delete .env 2022-08-02 23:25:22 -05:00
IDeletedSystem64 950f00cbd0 Move configuration files to a seperate directory 2022-08-02 21:50:11 -05:00
IDeletedSystem64 479792d2db Move default .env to a .env.example 2022-08-02 21:49:52 -05:00
IDeletedSystem64 e0685cf7ae Begin support for dotenv 2022-08-02 21:36:56 -05:00
IDeletedSystem64 85f2bb252e Fix broken loading spinner on stop/restart commands 2022-07-28 21:10:39 -05:00
IDeletedSystem64 a0b8b2d5b7 Remove commands.md as it's no longer needed 2022-07-28 20:48:52 -05:00
IDeletedSystem64 b33280a417 Change ping locations, bump version number. 2022-07-28 20:18:06 -05:00
IDeletedSystem64 ca77b63c97 Fuck it. This only fixes the crashes on startup, Does NOT work with slash commands. 2022-07-26 23:27:46 -05:00
Sophie Marie f7f332d654
Merge pull request #64 from IDeletedSystem64/dev
Public Test Build v1.3
2022-07-26 20:48:41 -05:00
IDeletedSystem64 d527cab9f5 Refactor entire help command, unfinished.
There are still a few thing's that need to be worked on, such as showing a category. This will rely on getting the parent folder of the command since I want to start categorizing everything like I should be to help make things easier to find.
2022-07-26 20:44:00 -05:00
IDeletedSystem64 e1056c4d20 Add new dependencies: node-fetch, dotenv 2022-07-22 21:53:40 -05:00
IDeletedSystem64 09d14f7a7d Update support 2022-07-22 21:51:16 -05:00
IDeletedSystem64 7541b53492 Wait that was suppose to be removed, not a comment. 2022-07-22 21:40:18 -05:00
IDeletedSystem64 2661631c10 Remove unneeded value 2022-07-22 20:47:35 -05:00
Sophie Marie a50b45e784
Rewrite bot info and embed (#59) 2022-07-18 12:03:50 -05:00
IDeletedSystem64 dca559b365 Fix minutes displaying as hours 2022-07-16 12:10:37 -05:00
IDeletedSystem64 43f73c5403 Pass client to eval 2022-07-14 12:49:54 -05:00
Sophie Mondzelewski 77517f6a16 Make info use the new external function for uptime 2022-07-05 12:29:14 -05:00
Sophie Mondzelewski e378121fbe Fix tSeconds making SystemUptime be the same as BotUptime 2022-07-05 12:28:31 -05:00
Sophie Mondzelewski 917d6a8c19 Move uptime to a file, This is partially for logging 2022-07-05 11:55:42 -05:00
Sophie Mondzelewski af6b091cda Fix an oopsie poopsie, a fucky wucky! 2022-07-05 11:51:30 -05:00
IDeletedSystem64 8d154b5e8a Make totalSeconds use process.uptime(); 2022-07-04 11:53:42 -05:00
Sophie Marie f67548a159
Delete embeds.json 2022-07-04 11:42:50 -05:00
IDeletedSystem64 f5f94a1026 Fix the embed name returning an userID instead of username 2022-07-04 11:08:50 -05:00
Sophie Marie bd2a028370
Merge pull request #63 from IDeletedSystem64/stable
Apply hotfix to dev
2022-07-03 18:22:26 -05:00
Sophie Marie c6170b5caf
Update stable to 1.2.1
1.2.1 hotfix
2022-07-03 18:20:37 -05:00
IDeletedSystem64 a740aadbdc Version update 2022-07-03 18:14:53 -05:00
IDeletedSystem64 f54d22beb7 Change how No Permissions error is sent, add logging. 2022-07-03 18:13:35 -05:00