Skip to content

Commit

Permalink
AlphaGameBot Nightly pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaGameDeveloper committed Aug 8, 2024
1 parent 2db2200 commit 096f2f9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-06-16-alphagamebot-update-rocky-start.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 21 additions & 0 deletions pages/alphagamebot/alphagamebot-nightly.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 1 addition & 2 deletions pages/alphagamebot/alphagamebot.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ AlphaGameBot is yet another Discord bot. It was made in Discord.py and designed
| Future-proof<br>(Administrator)| [Invite as admin](https://discord.com/api/oauth2/authorize?client_id=946533554953809930&permissions=8&scope=bot) | Recommended, but not required. |
| Only permissions<br>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)!

<!-- Sorry, but I have to explicitly state this :/ -->
<p align="center">
Expand Down

0 comments on commit 096f2f9

Please sign in to comment.