I hereby claim:
- I am outout14 on github.
- I am outout (https://keybase.io/outout) on keybase.
- I have a public key whose fingerprint is 7138 72DE 454E 4306 4605 3AA9 4537 3096 5F69 1F3E
To claim this, I am signing this object:
import discord | |
import asyncio | |
client = discord.Client() | |
@client.event | |
async def on_ready(): | |
print('Logged in as') | |
print(client.user.name) |
import discord | |
import asyncio | |
from msg import * | |
import gettext | |
client = discord.Client() | |
@client.event | |
##CONSOLE | |
async def on_ready(): | |
print('Je suis Pomme, un bot de modération :) ') |
version = '1.0' | |
info = '🍁 **Pomme bot INFO - Un bot de modération** \n🦄 Développeur : **Outout14** \n⚙ Version : **Release 1.0**\n 🖥 Host : **Powered by outout14**.\n 🔧 Api : **discord.py**\n ⌨ Langage : **Python**\n \n 📪 Idées ? Envoyez moi un mail à **[email protected]** ! \n 💰 Donateurs : BlackScarx \n 🔧 Contributeurs : Xerces, BlackScarx, Eyesofcreeper' | |
helpe = '🍁 Pomme Bot \nℹ Liste des commandes : \n \n👉 -info, Affiche les informations du bot \n👉 -help affiche l\'aide \n👉 -getinfo affiche des informations sur votre compte\n👉 -mute <pseudo>, permet de rendre muet une personne\n👉 -unmute <pseudo>, permet de permettre à la personne de parler\n👉 -ban <pseudo>, permet de bannir quelqu\'un \n' | |
getinfo = 'Getinfo' + '\n👉 Votre id est ' + message.author.id+'\n👉 Votre pseudo est ' + message.author.name+'\n👉 Votre rôle principale est '+str(la) | |
broadcast_prefix = '[**📣 Annonce**]' | |
kick_mp = '✅ Le joueur ' + str(argument) + ' à bien été expulsé !' | |
kick_msg = '✅ ' + str(argument) + ' à été expulsé par ' + messa |
import discord | |
import asyncio | |
client = discord.Client() | |
token = "Token ici" | |
@client.event | |
async def on_ready(): | |
print('Connecté en tant que') | |
print(client.user.name) |
__author__ = "Maël — outout14" | |
__licence__ = "Apache License 2.0" | |
########################### | |
# CONFIGURATION # | |
# by Outout14 :) # | |
########################### | |
## TOKEN |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
__author__ = "Maël — outout" | |
__licence__ = "WTFPL Licence 2.0" | |
################# | |
# IMPORTS # | |
################# |
/* LE THEME DE OUTOUT POUR BFS ! | |
### C'est plusieurs code que j'ai trouvé sur gogole wala */ | |
.app, .connecting { | |
/* You can adjust the background brightness by reducing the fourth value of below. | |
0.0 for no dark background, 1.0 for full darkness. | |
Or, you can change the other values for tint and so. | |
1st value - Red 0-255 | |
2nd value - Green 0-255 |
Si vous obtenez l´erreur rc=-1908 "Kernel driver not installed" il vous faut tapper sudo modprobe -a vboxdrv
dans un terminal, redémarez virtualbox et le probleme devrait être résolu ;) .
Erreur obtenue et résolue par Romain sous Arch Linux
Des problemes avec Linux ? Rejoins le discord GNU/Linux-FR https://discord.gg/B5TzW7x !