Update automate-right-to-erasure.md#1004
Merged
aetter merged 8 commits intoRoblox:mainfrom Jan 31, 2025
Merged
Conversation
Contributor
Author
|
Not proud of how much I had to fight with GitHub's web editor and md discrepancies for what should have been a very easy change to make. |
aetter
approved these changes
Jan 30, 2025
Contributor
|
Hey @sammygrey, this looks great, thanks for sending over. I've added the checks to your initial comment -- need those marked before we can merge. Thanks again! |
Styling change for spacing
Fixed styling more (curse auto-indent). Replaced other sections that use "DISCORD_BOT_TOKEN" or "GUILDED_BOT_TOKEN" to just use "BOT_TOKEN" for better interchangeability.
Fixed spacing for first bash script I changed
Escape for Tabs element was missing
Not happy with how much im fighting with auto-space/tab
Needs me to change 2 to 1 for whatever reason. I'm guessing because this is also in the main branch, whatever you use to display markdown fixes this.
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.
Added tabs for different Python modules needed for Guilded and Discord respectively. Changed DISCORD_BOT_TOKEN and GUILDED_BOT_TOKEN to just BOT_TOKEN for a more universal approach to access token usage. There are different tabs everywhere else for differences between creating a bot for Discord and Guilded, so this feels like an inconsistency.
This inconsistency was brought to my attenting by @bura1414 from this devforum post.
Checks
By submitting your pull request for review, you agree to the following: