Skip to content

Instantly share code, notes, and snippets.

View emptyacies's full-sized avatar
kill meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

emptyacies emptyacies

kill meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
  • Unify
  • nowhere
  • 04:30 (UTC +03:00)
View GitHub Profile
@emptyacies
emptyacies / followedtowished.js
Last active April 28, 2024 18:41
Duplicates your followed games list to wishlist on steam
(function() {
jQuery.ajax({
type: 'GET',
url: 'https://store.steampowered.com/dynamicstore/userdata/',
dataType: 'json',
success: function(userData) {
var followedGames = userData['rgFollowedApps'] || [];
var wishlistedGames = userData['rgWishlist'] || [];
if (followedGames.length === 0) {
@emptyacies
emptyacies / deploy-new-bot.yml
Created August 28, 2023 21:23 — forked from HenrySpartGlobal/deploy-new-bot.yml
Auto Deployment of Discord Bot with Systemd and GitHub Actions
# Author: Henry Koleoso
# Put these two files in .github/workflows/
# Prerequisites:
# SSH Key pair - Private key in GitHub Secrets, Public key in /root/.ssh/authorized_keys on your server
# Discord Bot token - In GitHub Secrets or Environment Variables.
# This file is the workflow that handles the initial setup of your Discord bot.
# This job should be run only ONCE. Changes in 'create-systemctl-service' are appended to the systemd.service file, not overwritten so the file will be invalid!
# If you make a mistake, and need to run this job more than once, navigate to /etc/systemd/system
@emptyacies
emptyacies / 1 cv4red.theme.css
Last active January 12, 2024 15:14
main theme and custom css
/**
* @name CustomRedCV4.0
* @author ClearVision Team
* @version 6.3.0
* @description Highly customizable and beautiful theme for BetterDiscord.
* @source https://github.com/ClearVision/ClearVision-v6
* @website https://clearvision.github.io
* @invite 7pNUC9C
* @BDEditor Clear Vision
*/