FunkyBot/views/items/CSLanguageButton.py

12 lines
267 B
Python

import discord
from libs.LanguageButton import LanguageButton
class CSLanguageButton(LanguageButton):
def __init__(self):
super().__init__()
self.style = discord.ButtonStyle.blurple
self.label = "C#"
self.disabled: bool = False