diff --git a/Gemfile.lock b/Gemfile.lock index e3aa1e9..6d5a86c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,14 +53,16 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.4) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.6) rouge (4.2.0) safe_yaml (1.0.5) - sass-embedded (1.71.1-x86_64-linux-gnu) - google-protobuf (~> 3.25) + sass-embedded (1.77.5) + google-protobuf (>= 3.25, < 5.0) + rake (>= 13) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) diff --git a/_posts/2024-06-16-alphagamebot-update-rocky-start.md b/_posts/2024-06-16-alphagamebot-update-rocky-start.md index 48a6557..d5906dd 100644 --- a/_posts/2024-06-16-alphagamebot-update-rocky-start.md +++ b/_posts/2024-06-16-alphagamebot-update-rocky-start.md @@ -1,5 +1,5 @@ --- -title: AlphaGameBot WebUI and Database: A rocky start, and also a GoDaddy rant... +title: AlphaGameBot WebUI and Database... A rocky start, and also a GoDaddy rant... --- ## What is AlphaGameBot, exactly? AlphaGameBot is a Discord bot that I have been working on since December of this year. Recently, I have been working diff --git a/pages/alphagamebot/alphagamebot-nightly.md b/pages/alphagamebot/alphagamebot-nightly.md new file mode 100644 index 0000000..43048a9 --- /dev/null +++ b/pages/alphagamebot/alphagamebot-nightly.md @@ -0,0 +1,21 @@ +--- +title: AlphaGameBot-Nightly +permalink: /alphagamebot/nightly +layout: default +--- + +# AlphaGameBot-Nightly + +*AlphaGameBot-Nightly* is a seperate Discord bot, using AlphaGameBot's source +code along with any cool features that I've been working on. *AlphaGameBot-Nightly* is deployed every night at 12:00 midnight (PST) from the `nightly` branch. Stuff on *AlphaGameBot-Nightly* is still in heavy development, so it could change at any moment without notice. It +does contain new stuff and commands that I have working-ish, but they are either not complete or I am not confident enough to push to the [Production AlphaGameBot](/alphagamebot). + +*AlphaGameBot-Nightly* does have a few things that should be addressed: + +1. *AlphaGameBot-Nightly* does not count your messages or do leveling. This is because I don't want not-production-ready code to be writing to the database. (`-q` on the command-line) +2. Stuff on *AlphaGameBot-Nightly* may be changed or removed in the final feature release, or it might not be released at all. *AlphaGameBot-Nightly* is just a beta version, where I can show off current progress. + +Feel free to send some feedback on the [AlphaGameBot Discord Server](https://discord.gg/ECJS6ssyf4)! +Also, [GitHub Issues](https://github.com/AlphaGameBot/AlphaGameBot/issues/new) are open, so please open one if you find some bugs *wink wink nudge nudge ;)* + +[Invite *AlphaGameBot-Nightly* to your server!](https://discord.com/oauth2/authorize?client_id=1269834974043963403&permissions=1494850219126&integration_type=0&scope=bot%20applications.commands) \ No newline at end of file diff --git a/pages/alphagamebot/alphagamebot.md b/pages/alphagamebot/alphagamebot.md index 1c57c29..4c88d10 100644 --- a/pages/alphagamebot/alphagamebot.md +++ b/pages/alphagamebot/alphagamebot.md @@ -28,8 +28,7 @@ AlphaGameBot is yet another Discord bot. It was made in Discord.py and designed | Future-proof
(Administrator)| [Invite as admin](https://discord.com/api/oauth2/authorize?client_id=946533554953809930&permissions=8&scope=bot) | Recommended, but not required. | | Only permissions
it needs | [Invite the bot!](https://discord.com/api/oauth2/authorize?client_id=946533554953809930&permissions=39859552415312&scope=bot) | You may have to change permissions yourself, as this bot is constantly evolving! | -Nightly builds are available using *AlphaGameBot-Nightly*. [Invite the bot!](https://discord.com/oauth2/authorize?client_id=1269834974043963403&permissions=1494850219126&integration_type=0&scope=bot%20applications.commands). -Nightly builds are done every day at 12:00, PST-8:00 (`America/Los_Angeles`) and showcase what I'm currently up to! +Check out *AlphaGameBot-Nightly* for some new features that I am working on! [Learn more](/alphagamebot/nightly)!