Skip to content

Instantly share code, notes, and snippets.

View outout14's full-sized avatar
🏠
Working from home

Maël outout14

🏠
Working from home
View GitHub Profile
@outout14
outout14 / outbot.py
Last active May 30, 2016 00:16
Mon bot beugué
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 à **outout@blackscarx.com** ! \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
@outout14
outout14 / simplebot.py
Created July 4, 2016 20:39
Bot simple pour discord. Penser modifier le token
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

Keybase proof

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:

#!/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
@outout14
outout14 / Tuto1.md
Last active May 8, 2017 12:48
Comment résoudre l'erreur rc=-1908 sur VirtualBox

Comment résoudre l'erreur rc=-1908 sur VirtualBox ?

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 !

@outout14
outout14 / README-Template.md
Last active October 23, 2021 09:33 — forked from PurpleBooth/README-Template.md
Une template pour faire un joli README.md

Titre du projet

(juste en dessous des badges sympatiques à placer)

forthebadge forthebadge

Une petite description du projet

Pour commencer

Entrez ici les instructions pour bien débuter avec votre projet...