Skip to content

Instantly share code, notes, and snippets.

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

InsaneHawk ItemME

🏠
Working from home
View GitHub Profile
@ItemME
ItemME / SaveSystem.cs
Created June 20, 2017 12:09
Système de sauvegarde de QSE Planner (PARRA Quentin - Stage RUVALOR)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using QSE_Planner.Classes.StaffPackage;
using Newtonsoft.Json;
using System.IO;
using System.Windows.Forms;
using QSE_Planner.Classes.EventPlanner;
@ItemME
ItemME / AudioModule.cs
Created October 4, 2017 14:47 — forked from Joe4evr/AudioModule.cs
D.Net 1.0 audio example
using System.Threading.Tasks;
using Discord.Commands;
public class AudioModule : ModuleBase<ICommandContext>
{
// Scroll down further for the AudioService.
// Like, way down
private readonly AudioService _service;
// Remember to add an instance of the AudioService