Added myself as contributor

This commit is contained in:
Dustin Pianalto
2018-05-23 14:10:53 -08:00
parent dc3a34651f
commit ae6eee1a8d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -29,12 +29,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
import discord
from discord.ext import commands
import logging
from ..shared_libs.utils import paginate, run_command, loggable
from src.shared_libs.utils import paginate, run_command
from src.shared_libs.loggable import Loggable
import asyncio
class Git(loggable.Loggable):
class Git(Loggable):
def __init__(self, bot):
self.bot = bot