I hereby claim:
- I am palmtree5 on github.
- I am palmtree5 (https://keybase.io/palmtree5) on keybase.
- I have a public key ASDfRB_mDs_Llyb4ZnN95LsaUw-BEiQKoVkMMBiLhNRGBQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
--- | |
- hosts: redservers | |
remote_user: red | |
tasks: | |
- name: Update cache | |
apt: update_cache=yes | |
become: true | |
- name: Install packages | |
apt: name={{ item }} state=latest |
from discord.ext import commands | |
from .utils import checks | |
from .utils.dataIO import dataIO | |
from datetime import datetime | |
import discord | |
import os | |
RED_SID = "133049272517001216" |